Color Hex Logo

#cb227d Color Hex

#CB227D
(203,34,125)
0 Favorites   0 Comments

Color spaces of #cb227d

RGB 20334125
HSL0.910.710.46
HSV328°83°80°
CMYK 0.000.830.38   0.20
XYZ28.902315.321220.8360
Yxy15.32120.44420.2355
Hunter Lab39.142363.3036-4.1613
CIE-Lab46.071068.6811-8.2329

#cb227d color RGB value is (203,34,125).

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

The process color (four color CMYK) of #cb227d color hex is 0.00, 0.83, 0.38, 0.20. Web safe color of #cb227d is #cc3366. Color #cb227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100010 01111101
Octal 313 42 175
Decimal 203 34 125
Hex CB 22 7D

RGB Percentages of Color #cb227d

%56.08
%9.39
%34.53

CMYK Percentages of Color #cb227d

%0
%83
%38
%20

Triadic Colors of #cb227d

#cb227d #7dcb22 #227dcb

Analogous Colors of #cb227d

#cb227d #cb2229 #c522cb

Monochromatic Colors of #cb227d

#cb227d

Complementary Color

#cb227d #22cb70

#cb227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb227d Color CSS Codes

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

#cb227d Text Font Color

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

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


#cb227d Background Color

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

This div background color is #cb227d


#cb227d Border Color

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

This div border color is #cb227d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,34,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 #cb227d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb227d


Comments

No comments written yet.

Please login to write comment.