Color Hex Logo

#cb265d Color Hex

#CB265D
(203,38,93)
0 Favorites   0 Comments

Color spaces of #cb265d

RGB 2033893
HSL0.940.680.47
HSV340°81°80°
CMYK 0.000.810.54   0.20
XYZ27.297514.873111.7880
Yxy14.87310.50590.2756
Hunter Lab38.565758.85588.8733
CIE-Lab45.459964.973410.6440

#cb265d color RGB value is (203,38,93).

#cb265d hex color red value is 203, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cb265d hue: 0.94 , saturation: 0.68 and the lightness value of cb265d is 0.47.

The process color (four color CMYK) of #cb265d color hex is 0.00, 0.81, 0.54, 0.20. Web safe color of #cb265d is #cc3366. Color #cb265d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100110 01011101
Octal 313 46 135
Decimal 203 38 93
Hex CB 26 5D

RGB Percentages of Color #cb265d

%60.78
%11.38
%27.84

CMYK Percentages of Color #cb265d

%0
%81
%54
%20

Triadic Colors of #cb265d

#cb265d #5dcb26 #265dcb

Analogous Colors of #cb265d

#cb265d #cb4126 #cb26b0

Monochromatic Colors of #cb265d

#cb265d

Complementary Color

#cb265d #26cb94

#cb265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb265d Color CSS Codes

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

#cb265d Text Font Color

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

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


#cb265d Background Color

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

This div background color is #cb265d


#cb265d Border Color

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

This div border color is #cb265d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb265d


Comments

No comments written yet.

Please login to write comment.