Color Hex Logo

#cc618b Color Hex

#CC618B
(204,97,139)
0 Favorites   0 Comments

Color spaces of #cc618b

RGB 20497139
HSL0.930.510.59
HSV336°52°80°
CMYK 0.000.520.32   0.20
XYZ33.836723.250827.1306
Yxy23.25080.40180.2761
Hunter Lab48.219140.87510.3937
CIE-Lab55.329746.9112-2.8706

#cc618b color RGB value is (204,97,139).

#cc618b hex color red value is 204, green value is 97 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc618b hue: 0.93 , saturation: 0.51 and the lightness value of cc618b is 0.59.

The process color (four color CMYK) of #cc618b color hex is 0.00, 0.52, 0.32, 0.20. Web safe color of #cc618b is #cc6699. Color #cc618b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 10001011
Octal 314 141 213
Decimal 204 97 139
Hex CC 61 8B

RGB Percentages of Color #cc618b

%46.36
%22.05
%31.59

CMYK Percentages of Color #cc618b

%0
%52
%32
%20

Triadic Colors of #cc618b

#cc618b #8bcc61 #618bcc

Analogous Colors of #cc618b

#cc618b #cc6d61 #cc61c1

Monochromatic Colors of #cc618b

#cc618b

Complementary Color

#cc618b #61cca2

#cc618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc618b Color CSS Codes

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

#cc618b Text Font Color

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

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


#cc618b Background Color

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

This div background color is #cc618b


#cc618b Border Color

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

This div border color is #cc618b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc618b


Comments

No comments written yet.

Please login to write comment.