Color Hex Logo

#c935de Color Hex

#C935DE
(201,53,222)
0 Favorites   0 Comments

Color spaces of #c935de

RGB 20153222
HSL0.810.720.54
HSV293°76°87°
CMYK 0.090.760.00   0.13
XYZ38.545320.237670.9819
Yxy20.23760.29700.1560
Hunter Lab44.986274.2173-62.0609
CIE-Lab52.104876.5408-55.9953

#c935de color RGB value is (201,53,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110101 11011110
Octal 311 65 336
Decimal 201 53 222
Hex C9 35 DE

RGB Percentages of Color #c935de

%42.23
%11.13
%46.64

CMYK Percentages of Color #c935de

%9
%76
%0
%13

Triadic Colors of #c935de

#c935de #dec935 #35dec9

Analogous Colors of #c935de

#c935de #de359f #7535de

Monochromatic Colors of #c935de

#c935de

Complementary Color

#c935de #4ade35

#c935de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c935de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c935de Color CSS Codes

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

#c935de Text Font Color

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

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


#c935de Background Color

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

This div background color is #c935de


#c935de Border Color

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

This div border color is #c935de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c935de


Comments

No comments written yet.

Please login to write comment.