Color Hex Logo

#cb627d Color Hex

#CB627D
(203,98,125)
0 Favorites   0 Comments

Color spaces of #cb627d

RGB 20398125
HSL0.960.500.59
HSV345°52°80°
CMYK 0.000.520.38   0.20
XYZ32.698022.912522.1012
Yxy22.91250.42080.2948
Hunter Lab47.867038.16636.1315
CIE-Lab54.982144.38904.8439

#cb627d color RGB value is (203,98,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100010 01111101
Octal 313 142 175
Decimal 203 98 125
Hex CB 62 7D

RGB Percentages of Color #cb627d

%47.65
%23.00
%29.34

CMYK Percentages of Color #cb627d

%0
%52
%38
%20

Triadic Colors of #cb627d

#cb627d #7dcb62 #627dcb

Analogous Colors of #cb627d

#cb627d #cb7c62 #cb62b2

Monochromatic Colors of #cb627d

#cb627d

Complementary Color

#cb627d #62cbb0

#cb627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb627d Color CSS Codes

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

#cb627d Text Font Color

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

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


#cb627d Background Color

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

This div background color is #cb627d


#cb627d Border Color

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

This div border color is #cb627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb627d


Comments

No comments written yet.

Please login to write comment.