Color Hex Logo

#cb629d Color Hex

#CB629D
(203,98,157)
0 Favorites   0 Comments

Color spaces of #cb629d

RGB 20398157
HSL0.910.500.59
HSV326°52°80°
CMYK 0.000.520.23   0.20
XYZ35.082123.866234.6559
Yxy23.86620.37480.2550
Hunter Lab48.853042.6907-7.8626
CIE-Lab55.953648.5176-12.4955

#cb629d color RGB value is (203,98,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100010 10011101
Octal 313 142 235
Decimal 203 98 157
Hex CB 62 9D

RGB Percentages of Color #cb629d

%44.32
%21.40
%34.28

CMYK Percentages of Color #cb629d

%0
%52
%23
%20

Triadic Colors of #cb629d

#cb629d #9dcb62 #629dcb

Analogous Colors of #cb629d

#cb629d #cb6269 #c562cb

Monochromatic Colors of #cb629d

#cb629d

Complementary Color

#cb629d #62cb90

#cb629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb629d Color CSS Codes

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

#cb629d Text Font Color

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

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


#cb629d Background Color

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

This div background color is #cb629d


#cb629d Border Color

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

This div border color is #cb629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb629d


Comments

No comments written yet.

Please login to write comment.