Color Hex Logo

#cb225f Color Hex

#CB225F
(203,34,95)
0 Favorites   0 Comments

Color spaces of #cb225f

RGB 2033495
HSL0.940.710.46
HSV338°83°80°
CMYK 0.000.830.53   0.20
XYZ27.266214.666812.2204
Yxy14.66680.50350.2708
Hunter Lab38.297360.06507.8890
CIE-Lab45.174466.07789.0003

#cb225f color RGB value is (203,34,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100010 01011111
Octal 313 42 137
Decimal 203 34 95
Hex CB 22 5F

RGB Percentages of Color #cb225f

%61.14
%10.24
%28.61

CMYK Percentages of Color #cb225f

%0
%83
%53
%20

Triadic Colors of #cb225f

#cb225f #5fcb22 #225fcb

Analogous Colors of #cb225f

#cb225f #cb3a22 #cb22b4

Monochromatic Colors of #cb225f

#cb225f

Complementary Color

#cb225f #22cb8e

#cb225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb225f Color CSS Codes

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

#cb225f Text Font Color

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

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


#cb225f Background Color

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

This div background color is #cb225f


#cb225f Border Color

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

This div border color is #cb225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb225f


Comments

No comments written yet.

Please login to write comment.