color codes Logo

#cc71cb color codes

#CC71CB
(204,113,203)
0 Favorites   0 Comments

Color spaces of #cc71cb

RGB 204113203
HSL0.840.470.62
HSV301°45°80°
CMYK 0.000.450.00   0.20
XYZ41.586528.959459.8978
Yxy28.95940.31880.2220
Hunter Lab53.813943.7674-28.3232
CIE-Lab60.745848.7833-31.5550

#cc71cb color RGB value is (204,113,203).

#cc71cb hex color red value is 204, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cc71cb hue: 0.84 , saturation: 0.47 and the lightness value of cc71cb is 0.62.

The process color (four color CMYK) of #cc71cb color code is 0.00, 0.45, 0.00, 0.20. Web safe color of #cc71cb is #cc66cc. Color #cc71cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 11001011
Octal 314 161 313
Decimal 204 113 203
Hex CC 71 CB

RGB Percentages of Color #cc71cb

%39.23
%21.73
%39.04

CMYK Percentages of Color #cc71cb

%0
%45
%0
%20

Triadic Colors of #cc71cb

#cc71cb #cbcc71 #71cbcc

Analogous Colors of #cc71cb

#cc71cb #cc719e #a071cc

Monochromatic Colors of #cc71cb

#cc71cb

Complementary Color

#cc71cb #71cc72

#cc71cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71cb Color CSS Codes

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

#cc71cb Text Font Color

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

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


#cc71cb Background Color

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

This div background color is #cc71cb


#cc71cb Border Color

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

This div border color is #cc71cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,113,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 #cc71cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71cb


Comments

No comments written yet.

Please login to write comment.