Color Hex Logo

#cb267d Color Hex

#CB267D
(203,38,125)
0 Favorites   0 Comments

Color spaces of #cb267d

RGB 20338125
HSL0.910.680.47
HSV328°81°80°
CMYK 0.000.810.38   0.20
XYZ29.023415.563420.8764
Yxy15.56340.44340.2377
Hunter Lab39.450562.2827-3.7597
CIE-Lab46.396467.7476-7.7464

#cb267d color RGB value is (203,38,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100110 01111101
Octal 313 46 175
Decimal 203 38 125
Hex CB 26 7D

RGB Percentages of Color #cb267d

%55.46
%10.38
%34.15

CMYK Percentages of Color #cb267d

%0
%81
%38
%20

Triadic Colors of #cb267d

#cb267d #7dcb26 #267dcb

Analogous Colors of #cb267d

#cb267d #cb262b #c726cb

Monochromatic Colors of #cb267d

#cb267d

Complementary Color

#cb267d #26cb74

#cb267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb267d Color CSS Codes

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

#cb267d Text Font Color

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

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


#cb267d Background Color

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

This div background color is #cb267d


#cb267d Border Color

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

This div border color is #cb267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb267d


Comments

No comments written yet.

Please login to write comment.