Color Hex Logo

#cc318b Color Hex

#CC318B
(204,49,139)
0 Favorites   0 Comments

Color spaces of #cc318b

RGB 20449139
HSL0.900.610.50
HSV325°76°80°
CMYK 0.000.760.32   0.20
XYZ30.660416.898126.0718
Yxy16.89810.41640.2295
Hunter Lab41.107361.1987-8.8288
CIE-Lab48.131466.4840-13.6226

#cc318b color RGB value is (204,49,139).

#cc318b hex color red value is 204, green value is 49 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc318b hue: 0.90 , saturation: 0.61 and the lightness value of cc318b is 0.50.

The process color (four color CMYK) of #cc318b color hex is 0.00, 0.76, 0.32, 0.20. Web safe color of #cc318b is #cc3399. Color #cc318b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 10001011
Octal 314 61 213
Decimal 204 49 139
Hex CC 31 8B

RGB Percentages of Color #cc318b

%52.04
%12.50
%35.46

CMYK Percentages of Color #cc318b

%0
%76
%32
%20

Triadic Colors of #cc318b

#cc318b #8bcc31 #318bcc

Analogous Colors of #cc318b

#cc318b #cc313e #c031cc

Monochromatic Colors of #cc318b

#cc318b

Complementary Color

#cc318b #31cc72

#cc318b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc318b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc318b Color CSS Codes

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

#cc318b Text Font Color

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

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


#cc318b Background Color

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

This div background color is #cc318b


#cc318b Border Color

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

This div border color is #cc318b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc318b


Comments

No comments written yet.

Please login to write comment.