Color Hex Logo

#c635dc Color Hex

#C635DC
(198,53,220)
0 Favorites   0 Comments

Color spaces of #c635dc

RGB 19853220
HSL0.810.700.54
HSV292°76°86°
CMYK 0.100.760.00   0.14
XYZ37.480119.719369.5409
Yxy19.71930.29570.1556
Hunter Lab44.406472.9471-61.7642
CIE-Lab51.518475.6275-55.8248

#c635dc color RGB value is (198,53,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110101 11011100
Octal 306 65 334
Decimal 198 53 220
Hex C6 35 DC

RGB Percentages of Color #c635dc

%42.04
%11.25
%46.71

CMYK Percentages of Color #c635dc

%10
%76
%0
%14

Triadic Colors of #c635dc

#c635dc #dcc635 #35dcc6

Analogous Colors of #c635dc

#c635dc #dc359f #7335dc

Monochromatic Colors of #c635dc

#c635dc

Complementary Color

#c635dc #4bdc35

#c635dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c635dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c635dc Color CSS Codes

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

#c635dc Text Font Color

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

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


#c635dc Background Color

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

This div background color is #c635dc


#c635dc Border Color

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

This div border color is #c635dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c635dc


Comments

No comments written yet.

Please login to write comment.