Color Hex Logo

#c645fc Color Hex

#C645FC
(198,69,252)
0 Favorites   0 Comments

Color spaces of #c645fc

RGB 19869252
HSL0.780.970.63
HSV282°73°99°
CMYK 0.210.730.00   0.01
XYZ42.987523.290394.3252
Yxy23.29030.26770.1450
Hunter Lab48.260074.5434-82.1015
CIE-Lab55.370176.1699-67.6050

#c645fc color RGB value is (198,69,252).

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

The process color (four color CMYK) of #c645fc color hex is 0.21, 0.73, 0.00, 0.01. Web safe color of #c645fc is #cc33ff. Color #c645fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000101 11111100
Octal 306 105 374
Decimal 198 69 252
Hex C6 45 FC

RGB Percentages of Color #c645fc

%38.15
%13.29
%48.55

CMYK Percentages of Color #c645fc

%21
%73
%0
%1

Triadic Colors of #c645fc

#c645fc #fcc645 #45fcc6

Analogous Colors of #c645fc

#c645fc #fc45d7 #6b45fc

Monochromatic Colors of #c645fc

#c645fc

Complementary Color

#c645fc #7bfc45

#c645fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c645fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c645fc Color CSS Codes

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

#c645fc Text Font Color

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

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


#c645fc Background Color

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

This div background color is #c645fc


#c645fc Border Color

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

This div border color is #c645fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c645fc


Comments

No comments written yet.

Please login to write comment.