Color Hex Logo

#cb3676 Color Hex

#CB3676
(203,54,118)
0 Favorites   0 Comments

Color spaces of #cb3676

RGB 20354118
HSL0.930.590.50
HSV334°73°80°
CMYK 0.000.730.42   0.20
XYZ29.217816.642818.8120
Yxy16.64280.45180.2573
Hunter Lab40.795656.44941.2166
CIE-Lab47.806862.4184-1.3806

#cb3676 color RGB value is (203,54,118).

#cb3676 hex color red value is 203, green value is 54 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cb3676 hue: 0.93 , saturation: 0.59 and the lightness value of cb3676 is 0.50.

The process color (four color CMYK) of #cb3676 color hex is 0.00, 0.73, 0.42, 0.20. Web safe color of #cb3676 is #cc3366. Color #cb3676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110110 01110110
Octal 313 66 166
Decimal 203 54 118
Hex CB 36 76

RGB Percentages of Color #cb3676

%54.13
%14.40
%31.47

CMYK Percentages of Color #cb3676

%0
%73
%42
%20

Triadic Colors of #cb3676

#cb3676 #76cb36 #3676cb

Analogous Colors of #cb3676

#cb3676 #cb4136 #cb36c1

Monochromatic Colors of #cb3676

#cb3676

Complementary Color

#cb3676 #36cb8b

#cb3676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3676 Color CSS Codes

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

#cb3676 Text Font Color

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

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


#cb3676 Background Color

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

This div background color is #cb3676


#cb3676 Border Color

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

This div border color is #cb3676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3676


Comments

No comments written yet.

Please login to write comment.