Color Hex Logo

#c949cb Color Hex

#C949CB
(201,73,203)
0 Favorites   0 Comments

Color spaces of #c949cb

RGB 20173203
HSL0.830.560.54
HSV299°64°80°
CMYK 0.010.640.00   0.20
XYZ37.249421.494458.6855
Yxy21.49440.31720.1830
Hunter Lab46.362162.2815-42.5964
CIE-Lab53.486466.3907-42.9581

#c949cb color RGB value is (201,73,203).

#c949cb hex color red value is 201, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c949cb hue: 0.83 , saturation: 0.56 and the lightness value of c949cb is 0.54.

The process color (four color CMYK) of #c949cb color hex is 0.01, 0.64, 0.00, 0.20. Web safe color of #c949cb is #cc33cc. Color #c949cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11001011
Octal 311 111 313
Decimal 201 73 203
Hex C9 49 CB

RGB Percentages of Color #c949cb

%42.14
%15.30
%42.56

CMYK Percentages of Color #c949cb

%1
%64
%0
%20

Triadic Colors of #c949cb

#c949cb #cbc949 #49cbc9

Analogous Colors of #c949cb

#c949cb #cb498c #8849cb

Monochromatic Colors of #c949cb

#c949cb

Complementary Color

#c949cb #4bcb49

#c949cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949cb Color CSS Codes

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

#c949cb Text Font Color

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

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


#c949cb Background Color

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

This div background color is #c949cb


#c949cb Border Color

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

This div border color is #c949cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,73,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c949cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c949cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c949cb;
  box-shadow:         1px 1px 3px 2px #c949cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,73,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949cb


Comments

No comments written yet.

Please login to write comment.