Color Hex Logo

#c239db Color Hex

#C239DB
(194,57,219)
0 Favorites   0 Comments

Color spaces of #c239db

RGB 19457219
HSL0.810.690.54
HSV291°74°86°
CMYK 0.110.740.00   0.14
XYZ36.497419.510168.8600
Yxy19.51010.29230.1562
Hunter Lab44.170270.1947-61.5121
CIE-Lab51.278773.4274-55.6740

#c239db color RGB value is (194,57,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 11011011
Octal 302 71 333
Decimal 194 57 219
Hex C2 39 DB

RGB Percentages of Color #c239db

%41.28
%12.13
%46.60

CMYK Percentages of Color #c239db

%11
%74
%0
%14

Triadic Colors of #c239db

#c239db #dbc239 #39dbc2

Analogous Colors of #c239db

#c239db #db39a3 #7139db

Monochromatic Colors of #c239db

#c239db

Complementary Color

#c239db #52db39

#c239db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c239db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c239db Color CSS Codes

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

#c239db Text Font Color

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

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


#c239db Background Color

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

This div background color is #c239db


#c239db Border Color

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

This div border color is #c239db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c239db


Comments

No comments written yet.

Please login to write comment.