Color Hex Logo

#cb39dd Color Hex

#CB39DD
(203,57,221)
0 Favorites   0 Comments

Color spaces of #cb39dd

RGB 20357221
HSL0.820.710.55
HSV293°74°87°
CMYK 0.080.740.00   0.13
XYZ39.142920.843270.3667
Yxy20.84320.30030.1599
Hunter Lab45.654473.1463-59.4252
CIE-Lab52.777575.5442-54.3331

#cb39dd color RGB value is (203,57,221).

#cb39dd hex color red value is 203, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb39dd hue: 0.82 , saturation: 0.71 and the lightness value of cb39dd is 0.55.

The process color (four color CMYK) of #cb39dd color hex is 0.08, 0.74, 0.00, 0.13. Web safe color of #cb39dd is #cc33cc. Color #cb39dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 11011101
Octal 313 71 335
Decimal 203 57 221
Hex CB 39 DD

RGB Percentages of Color #cb39dd

%42.20
%11.85
%45.95

CMYK Percentages of Color #cb39dd

%8
%74
%0
%13

Triadic Colors of #cb39dd

#cb39dd #ddcb39 #39ddcb

Analogous Colors of #cb39dd

#cb39dd #dd399d #7939dd

Monochromatic Colors of #cb39dd

#cb39dd

Complementary Color

#cb39dd #4bdd39

#cb39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb39dd Color CSS Codes

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

#cb39dd Text Font Color

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

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


#cb39dd Background Color

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

This div background color is #cb39dd


#cb39dd Border Color

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

This div border color is #cb39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb39dd


Comments

No comments written yet.

Please login to write comment.