Color Hex Logo

#c035de Color Hex

#C035DE
(192,53,222)
0 Favorites   0 Comments

Color spaces of #c035de

RGB 19253222
HSL0.800.720.54
HSV289°76°87°
CMYK 0.140.760.00   0.13
XYZ36.196119.026670.8720
Yxy19.02660.28710.1509
Hunter Lab43.619571.7878-65.7995
CIE-Lab50.718374.8402-58.2962

#c035de color RGB value is (192,53,222).

#c035de hex color red value is 192, green value is 53 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c035de hue: 0.80 , saturation: 0.72 and the lightness value of c035de is 0.54.

The process color (four color CMYK) of #c035de color hex is 0.14, 0.76, 0.00, 0.13. Web safe color of #c035de is #cc33cc. Color #c035de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 11011110
Octal 300 65 336
Decimal 192 53 222
Hex C0 35 DE

RGB Percentages of Color #c035de

%41.11
%11.35
%47.54

CMYK Percentages of Color #c035de

%14
%76
%0
%13

Triadic Colors of #c035de

#c035de #dec035 #35dec0

Analogous Colors of #c035de

#c035de #de35a8 #6c35de

Monochromatic Colors of #c035de

#c035de

Complementary Color

#c035de #53de35

#c035de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c035de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c035de Color CSS Codes

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

#c035de Text Font Color

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

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


#c035de Background Color

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

This div background color is #c035de


#c035de Border Color

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

This div border color is #c035de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c035de


Comments

No comments written yet.

Please login to write comment.