Color Hex Logo

#cb228b Color Hex

#CB228B
(203,34,139)
0 Favorites   0 Comments

Color spaces of #cb228b

RGB 20334139
HSL0.900.710.46
HSV323°83°80°
CMYK 0.000.830.32   0.20
XYZ29.860815.704625.8836
Yxy15.70460.41790.2198
Hunter Lab39.629065.1504-10.9848
CIE-Lab46.584570.1442-15.9900

#cb228b color RGB value is (203,34,139).

#cb228b hex color red value is 203, green value is 34 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb228b hue: 0.90 , saturation: 0.71 and the lightness value of cb228b is 0.46.

The process color (four color CMYK) of #cb228b color hex is 0.00, 0.83, 0.32, 0.20. Web safe color of #cb228b is #cc3399. Color #cb228b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100010 10001011
Octal 313 42 213
Decimal 203 34 139
Hex CB 22 8B

RGB Percentages of Color #cb228b

%53.99
%9.04
%36.97

CMYK Percentages of Color #cb228b

%0
%83
%32
%20

Triadic Colors of #cb228b

#cb228b #8bcb22 #228bcb

Analogous Colors of #cb228b

#cb228b #cb2236 #b722cb

Monochromatic Colors of #cb228b

#cb228b

Complementary Color

#cb228b #22cb62

#cb228b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb228b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb228b Color CSS Codes

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

#cb228b Text Font Color

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

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


#cb228b Background Color

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

This div background color is #cb228b


#cb228b Border Color

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

This div border color is #cb228b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb228b


Comments

No comments written yet.

Please login to write comment.