Color Hex Logo

#cb0d9d Color Hex

#CB0D9D
(203,13,157)
0 Favorites   0 Comments

Color spaces of #cb0d9d

RGB 20313157
HSL0.870.880.42
HSV315°94°80°
CMYK 0.000.940.23   0.20
XYZ30.858315.418733.2480
Yxy15.41870.38800.1939
Hunter Lab39.266771.5603-22.7156
CIE-Lab46.202475.5347-27.4330

#cb0d9d color RGB value is (203,13,157).

#cb0d9d hex color red value is 203, green value is 13 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cb0d9d hue: 0.87 , saturation: 0.88 and the lightness value of cb0d9d is 0.42.

The process color (four color CMYK) of #cb0d9d color hex is 0.00, 0.94, 0.23, 0.20. Web safe color of #cb0d9d is #cc0099. Color #cb0d9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001101 10011101
Octal 313 15 235
Decimal 203 13 157
Hex CB D 9D

RGB Percentages of Color #cb0d9d

%54.42
%3.49
%42.09

CMYK Percentages of Color #cb0d9d

%0
%94
%23
%20

Triadic Colors of #cb0d9d

#cb0d9d #9dcb0d #0d9dcb

Analogous Colors of #cb0d9d

#cb0d9d #cb0d3e #9a0dcb

Monochromatic Colors of #cb0d9d

#cb0d9d

Complementary Color

#cb0d9d #0dcb3b

#cb0d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0d9d Color CSS Codes

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

#cb0d9d Text Font Color

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

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


#cb0d9d Background Color

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

This div background color is #cb0d9d


#cb0d9d Border Color

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

This div border color is #cb0d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0d9d


Comments

No comments written yet.

Please login to write comment.