Color Hex Logo

#cb125f Color Hex

#CB125F
(203,18,95)
0 Favorites   0 Comments

Color spaces of #cb125f

RGB 2031895
HSL0.930.840.43
HSV335°91°80°
CMYK 0.000.910.53   0.20
XYZ26.910513.955312.1018
Yxy13.95530.50810.2635
Hunter Lab37.356863.21066.9427
CIE-Lab44.168868.97227.5795

#cb125f color RGB value is (203,18,95).

#cb125f hex color red value is 203, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb125f hue: 0.93 , saturation: 0.84 and the lightness value of cb125f is 0.43.

The process color (four color CMYK) of #cb125f color hex is 0.00, 0.91, 0.53, 0.20. Web safe color of #cb125f is #cc0066. Color #cb125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01011111
Octal 313 22 137
Decimal 203 18 95
Hex CB 12 5F

RGB Percentages of Color #cb125f

%64.24
%5.70
%30.06

CMYK Percentages of Color #cb125f

%0
%91
%53
%20

Triadic Colors of #cb125f

#cb125f #5fcb12 #125fcb

Analogous Colors of #cb125f

#cb125f #cb2112 #cb12bc

Monochromatic Colors of #cb125f

#cb125f

Complementary Color

#cb125f #12cb7e

#cb125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb125f Color CSS Codes

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

#cb125f Text Font Color

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

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


#cb125f Background Color

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

This div background color is #cb125f


#cb125f Border Color

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

This div border color is #cb125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb125f


Comments

No comments written yet.

Please login to write comment.