Color Hex Logo

#c039da Color Hex

#C039DA
(192,57,218)
0 Favorites   0 Comments

Color spaces of #c039da

RGB 19257218
HSL0.810.690.54
HSV290°74°85°
CMYK 0.120.740.00   0.15
XYZ35.856219.194768.1448
Yxy19.19470.29110.1558
Hunter Lab43.811869.4165-61.5514
CIE-Lab50.914272.8578-55.7060

#c039da color RGB value is (192,57,218).

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

The process color (four color CMYK) of #c039da color hex is 0.12, 0.74, 0.00, 0.15. Web safe color of #c039da is #cc33cc. Color #c039da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 11011010
Octal 300 71 332
Decimal 192 57 218
Hex C0 39 DA

RGB Percentages of Color #c039da

%41.11
%12.21
%46.68

CMYK Percentages of Color #c039da

%12
%74
%0
%15

Triadic Colors of #c039da

#c039da #dac039 #39dac0

Analogous Colors of #c039da

#c039da #da39a4 #7039da

Monochromatic Colors of #c039da

#c039da

Complementary Color

#c039da #53da39

#c039da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c039da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c039da Color CSS Codes

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

#c039da Text Font Color

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

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


#c039da Background Color

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

This div background color is #c039da


#c039da Border Color

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

This div border color is #c039da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c039da


Comments

No comments written yet.

Please login to write comment.