Color Hex Logo

#c14bbd Color Hex

#C14BBD
(193,75,189)
0 Favorites   0 Comments

Color spaces of #c14bbd

RGB 19375189
HSL0.840.490.53
HSV302°61°76°
CMYK 0.000.610.02   0.24
XYZ33.693720.043750.2371
Yxy20.04370.32410.1928
Hunter Lab44.770255.9899-35.1908
CIE-Lab51.886661.2524-37.4979

#c14bbd color RGB value is (193,75,189).

#c14bbd hex color red value is 193, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c14bbd hue: 0.84 , saturation: 0.49 and the lightness value of c14bbd is 0.53.

The process color (four color CMYK) of #c14bbd color hex is 0.00, 0.61, 0.02, 0.24. Web safe color of #c14bbd is #cc33cc. Color #c14bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001011 10111101
Octal 301 113 275
Decimal 193 75 189
Hex C1 4B BD

RGB Percentages of Color #c14bbd

%42.23
%16.41
%41.36

CMYK Percentages of Color #c14bbd

%0
%61
%2
%24

Triadic Colors of #c14bbd

#c14bbd #bdc14b #4bbdc1

Analogous Colors of #c14bbd

#c14bbd #c14b82 #8a4bc1

Monochromatic Colors of #c14bbd

#c14bbd

Complementary Color

#c14bbd #4bc14f

#c14bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14bbd Color CSS Codes

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

#c14bbd Text Font Color

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

This sample text font color is #c14bbd
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.


#c14bbd Background Color

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

This div background color is #c14bbd


#c14bbd Border Color

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

This div border color is #c14bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14bbd


Comments

No comments written yet.

Please login to write comment.