Color Hex Logo

#c035dd Color Hex

#C035DD
(192,53,221)
0 Favorites   0 Comments

Color spaces of #c035dd

RGB 19253221
HSL0.800.710.54
HSV290°76°87°
CMYK 0.130.760.00   0.13
XYZ36.062518.973170.1681
Yxy18.97310.28800.1515
Hunter Lab43.558171.5564-65.0200
CIE-Lab50.655774.6636-57.8284

#c035dd color RGB value is (192,53,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 11011101
Octal 300 65 335
Decimal 192 53 221
Hex C0 35 DD

RGB Percentages of Color #c035dd

%41.20
%11.37
%47.42

CMYK Percentages of Color #c035dd

%13
%76
%0
%13

Triadic Colors of #c035dd

#c035dd #ddc035 #35ddc0

Analogous Colors of #c035dd

#c035dd #dd35a6 #6c35dd

Monochromatic Colors of #c035dd

#c035dd

Complementary Color

#c035dd #52dd35

#c035dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c035dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c035dd Color CSS Codes

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

#c035dd Text Font Color

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

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


#c035dd Background Color

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

This div background color is #c035dd


#c035dd Border Color

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

This div border color is #c035dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c035dd


Comments

No comments written yet.

Please login to write comment.