Color Hex Logo

#c339dd Color Hex

#C339DD
(195,57,221)
0 Favorites   0 Comments

Color spaces of #c339dd

RGB 19557221
HSL0.810.710.55
HSV290°74°87°
CMYK 0.120.740.00   0.13
XYZ37.019919.748870.2673
Yxy19.74880.29140.1555
Hunter Lab44.439670.9280-62.6408
CIE-Lab51.552073.9756-56.3645

#c339dd color RGB value is (195,57,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111001 11011101
Octal 303 71 335
Decimal 195 57 221
Hex C3 39 DD

RGB Percentages of Color #c339dd

%41.23
%12.05
%46.72

CMYK Percentages of Color #c339dd

%12
%74
%0
%13

Triadic Colors of #c339dd

#c339dd #ddc339 #39ddc3

Analogous Colors of #c339dd

#c339dd #dd39a5 #7139dd

Monochromatic Colors of #c339dd

#c339dd

Complementary Color

#c339dd #53dd39

#c339dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c339dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c339dd Color CSS Codes

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

#c339dd Text Font Color

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

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


#c339dd Background Color

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

This div background color is #c339dd


#c339dd Border Color

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

This div border color is #c339dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c339dd


Comments

No comments written yet.

Please login to write comment.