Color Hex Logo

#cb627e Color Hex

#CB627E
(203,98,126)
0 Favorites   0 Comments

Color spaces of #cb627e

RGB 20398126
HSL0.960.500.59
HSV344°52°80°
CMYK 0.000.520.38   0.20
XYZ32.762222.938222.4394
Yxy22.93820.41930.2936
Hunter Lab47.893838.29035.7469
CIE-Lab55.008644.50384.2932

#cb627e color RGB value is (203,98,126).

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

The process color (four color CMYK) of #cb627e color hex is 0.00, 0.52, 0.38, 0.20. Web safe color of #cb627e is #cc6666. Color #cb627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100010 01111110
Octal 313 142 176
Decimal 203 98 126
Hex CB 62 7E

RGB Percentages of Color #cb627e

%47.54
%22.95
%29.51

CMYK Percentages of Color #cb627e

%0
%52
%38
%20

Triadic Colors of #cb627e

#cb627e #7ecb62 #627ecb

Analogous Colors of #cb627e

#cb627e #cb7b62 #cb62b3

Monochromatic Colors of #cb627e

#cb627e

Complementary Color

#cb627e #62cbaf

#cb627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb627e Color CSS Codes

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

#cb627e Text Font Color

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

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


#cb627e Background Color

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

This div background color is #cb627e


#cb627e Border Color

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

This div border color is #cb627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb627e


Comments

No comments written yet.

Please login to write comment.