Color Hex Logo

#cb40d2 Color Hex

#CB40D2
(203,64,210)
0 Favorites   0 Comments

Color spaces of #cb40d2

RGB 20364210
HSL0.830.620.54
HSV297°70°82°
CMYK 0.030.700.00   0.18
XYZ38.094921.016463.0215
Yxy21.01640.31190.1721
Hunter Lab45.843668.1026-49.4157
CIE-Lab52.967471.3753-47.7666

#cb40d2 color RGB value is (203,64,210).

#cb40d2 hex color red value is 203, green value is 64 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cb40d2 hue: 0.83 , saturation: 0.62 and the lightness value of cb40d2 is 0.54.

The process color (four color CMYK) of #cb40d2 color hex is 0.03, 0.70, 0.00, 0.18. Web safe color of #cb40d2 is #cc33cc. Color #cb40d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000000 11010010
Octal 313 100 322
Decimal 203 64 210
Hex CB 40 D2

RGB Percentages of Color #cb40d2

%42.56
%13.42
%44.03

CMYK Percentages of Color #cb40d2

%3
%70
%0
%18

Triadic Colors of #cb40d2

#cb40d2 #d2cb40 #40d2cb

Analogous Colors of #cb40d2

#cb40d2 #d24090 #8240d2

Monochromatic Colors of #cb40d2

#cb40d2

Complementary Color

#cb40d2 #47d240

#cb40d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb40d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb40d2 Color CSS Codes

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

#cb40d2 Text Font Color

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

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


#cb40d2 Background Color

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

This div background color is #cb40d2


#cb40d2 Border Color

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

This div border color is #cb40d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb40d2


Comments

No comments written yet.

Please login to write comment.