Color Hex Logo

#cb237d Color Hex

#CB237D
(203,35,125)
0 Favorites   0 Comments

Color spaces of #cb237d

RGB 20335125
HSL0.910.710.47
HSV328°83°80°
CMYK 0.000.830.38   0.20
XYZ28.931315.379220.8457
Yxy15.37920.44400.2360
Hunter Lab39.216363.0573-4.0646
CIE-Lab46.149368.4563-8.1159

#cb237d color RGB value is (203,35,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01111101
Octal 313 43 175
Decimal 203 35 125
Hex CB 23 7D

RGB Percentages of Color #cb237d

%55.92
%9.64
%34.44

CMYK Percentages of Color #cb237d

%0
%83
%38
%20

Triadic Colors of #cb237d

#cb237d #7dcb23 #237dcb

Analogous Colors of #cb237d

#cb237d #cb2329 #c523cb

Monochromatic Colors of #cb237d

#cb237d

Complementary Color

#cb237d #23cb71

#cb237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb237d Color CSS Codes

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

#cb237d Text Font Color

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

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


#cb237d Background Color

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

This div background color is #cb237d


#cb237d Border Color

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

This div border color is #cb237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb237d


Comments

No comments written yet.

Please login to write comment.