Color Hex Logo

#c114bb Color Hex

#C114BB
(193,20,187)
0 Favorites   0 Comments

Color spaces of #c114bb

RGB 19320187
HSL0.840.810.42
HSV302°90°76°
CMYK 0.000.900.03   0.24
XYZ31.212115.425648.3461
Yxy15.42560.32860.1624
Hunter Lab39.275473.1215-45.4902
CIE-Lab46.211776.8031-45.3183

#c114bb color RGB value is (193,20,187).

#c114bb hex color red value is 193, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c114bb hue: 0.84 , saturation: 0.81 and the lightness value of c114bb is 0.42.

The process color (four color CMYK) of #c114bb color hex is 0.00, 0.90, 0.03, 0.24. Web safe color of #c114bb is #cc00cc. Color #c114bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 10111011
Octal 301 24 273
Decimal 193 20 187
Hex C1 14 BB

RGB Percentages of Color #c114bb

%48.25
%5.00
%46.75

CMYK Percentages of Color #c114bb

%0
%90
%3
%24

Triadic Colors of #c114bb

#c114bb #bbc114 #14bbc1

Analogous Colors of #c114bb

#c114bb #c11465 #7114c1

Monochromatic Colors of #c114bb

#c114bb

Complementary Color

#c114bb #14c11a

#c114bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c114bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c114bb Color CSS Codes

.mybgcolor {background-color:#c114bb; } 
.myforecolor {color:#c114bb; }
.mybordercolor {border:3px solid #c114bb; }

#c114bb Text Font Color

<p style="color:#c114bb">Text here</p>

This sample text font color is #c114bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c114bb Background Color

<div style="background-color:#c114bb">
Div content here</div>

This div background color is #c114bb


#c114bb Border Color

<div style="border:3px solid #c114bb">
Div here</div>

This div border color is #c114bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,20,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c114bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c114bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c114bb;
  box-shadow:         1px 1px 3px 2px #c114bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,20,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c114bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c114bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c114bb;
  box-shadow:         1px 1px 3px 2px #c114bb;">
Div content here</div>

This div box has shadow with color #c114bb


Comments

No comments written yet.

Please login to write comment.