Color Hex Logo

#cb629f Color Hex

#CB629F
(203,98,159)
0 Favorites   0 Comments

Color spaces of #cb629f

RGB 20398159
HSL0.900.500.59
HSV325°52°80°
CMYK 0.000.520.22   0.20
XYZ35.254323.935135.5627
Yxy23.93510.37210.2526
Hunter Lab48.923543.0110-8.8517
CIE-Lab56.022848.8053-13.5570

#cb629f color RGB value is (203,98,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100010 10011111
Octal 313 142 237
Decimal 203 98 159
Hex CB 62 9F

RGB Percentages of Color #cb629f

%44.13
%21.30
%34.57

CMYK Percentages of Color #cb629f

%0
%52
%22
%20

Triadic Colors of #cb629f

#cb629f #9fcb62 #629fcb

Analogous Colors of #cb629f

#cb629f #cb626b #c362cb

Monochromatic Colors of #cb629f

#cb629f

Complementary Color

#cb629f #62cb8e

#cb629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb629f Color CSS Codes

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

#cb629f Text Font Color

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

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


#cb629f Background Color

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

This div background color is #cb629f


#cb629f Border Color

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

This div border color is #cb629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb629f


Comments

No comments written yet.

Please login to write comment.