Color Hex Logo

#cc0093 Color Hex

#CC0093
(204,0,147)
0 Favorites   0 Comments

Color spaces of #cc0093

RGB 2040147
HSL0.881.000.40
HSV317°100°80°
CMYK 0.001.000.28   0.20
XYZ30.168314.944028.8982
Yxy14.94400.40760.2019
Hunter Lab38.657571.6509-17.2617
CIE-Lab45.557475.7342-22.3953

#cc0093 color RGB value is (204,0,147).

#cc0093 hex color red value is 204, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cc0093 hue: 0.88 , saturation: 1.00 and the lightness value of cc0093 is 0.40.

The process color (four color CMYK) of #cc0093 color hex is 0.00, 1.00, 0.28, 0.20. Web safe color of #cc0093 is #cc0099. Color #cc0093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 10010011
Octal 314 0 223
Decimal 204 0 147
Hex CC 0 93

RGB Percentages of Color #cc0093

%58.12
%0.00
%41.88

CMYK Percentages of Color #cc0093

%0
%100
%28
%20

Triadic Colors of #cc0093

#cc0093 #93cc00 #0093cc

Analogous Colors of #cc0093

#cc0093 #cc002d #9f00cc

Monochromatic Colors of #cc0093

#cc0093

Complementary Color

#cc0093 #00cc39

#cc0093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0093 Color CSS Codes

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

#cc0093 Text Font Color

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

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


#cc0093 Background Color

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

This div background color is #cc0093


#cc0093 Border Color

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

This div border color is #cc0093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,0,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0093


Comments

No comments written yet.

Please login to write comment.