Color Hex Logo

#c939db Color Hex

#C939DB
(201,57,219)
0 Favorites   0 Comments

Color spaces of #c939db

RGB 20157219
HSL0.810.690.54
HSV293°74°86°
CMYK 0.080.740.00   0.14
XYZ38.336720.458268.9461
Yxy20.45820.30010.1602
Hunter Lab45.230772.1393-58.7154
CIE-Lab52.351474.8092-53.8962

#c939db color RGB value is (201,57,219).

#c939db hex color red value is 201, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c939db hue: 0.81 , saturation: 0.69 and the lightness value of c939db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111001 11011011
Octal 311 71 333
Decimal 201 57 219
Hex C9 39 DB

RGB Percentages of Color #c939db

%42.14
%11.95
%45.91

CMYK Percentages of Color #c939db

%8
%74
%0
%14

Triadic Colors of #c939db

#c939db #dbc939 #39dbc9

Analogous Colors of #c939db

#c939db #db399c #7839db

Monochromatic Colors of #c939db

#c939db

Complementary Color

#c939db #4bdb39

#c939db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c939db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c939db Color CSS Codes

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

#c939db Text Font Color

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

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


#c939db Background Color

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

This div background color is #c939db


#c939db Border Color

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

This div border color is #c939db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c939db


Comments

No comments written yet.

Please login to write comment.