color codes Logo

#c635fc color codes

#C635FC
(198,53,252)
0 Favorites   0 Comments

Color spaces of #c635fc

RGB 19853252
HSL0.790.970.60
HSV284°79°99°
CMYK 0.210.790.00   0.01
XYZ42.132521.580294.0402
Yxy21.58020.26710.1368
Hunter Lab46.454580.5975-87.5056
CIE-Lab53.578781.3298-70.5014

#c635fc color RGB value is (198,53,252).

#c635fc hex color red value is 198, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c635fc hue: 0.79 , saturation: 0.97 and the lightness value of c635fc is 0.60.

The process color (four color CMYK) of #c635fc color code is 0.21, 0.79, 0.00, 0.01. Web safe color of #c635fc is #cc33ff. Color #c635fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110101 11111100
Octal 306 65 374
Decimal 198 53 252
Hex C6 35 FC

RGB Percentages of Color #c635fc

%39.36
%10.54
%50.10

CMYK Percentages of Color #c635fc

%21
%79
%0
%1

Triadic Colors of #c635fc

#c635fc #fcc635 #35fcc6

Analogous Colors of #c635fc

#c635fc #fc35cf #6335fc

Monochromatic Colors of #c635fc

#c635fc

Complementary Color

#c635fc #6bfc35

#c635fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c635fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c635fc Color CSS Codes

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

#c635fc Text Font Color

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

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


#c635fc Background Color

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

This div background color is #c635fc


#c635fc Border Color

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

This div border color is #c635fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c635fc


Comments

No comments written yet.

Please login to write comment.