Color Hex Logo

#c509fc Color Hex

#C509FC
(197,9,252)
0 Favorites   0 Comments

Color spaces of #c509fc

RGB 1979252
HSL0.800.980.51
HSV286°96°99°
CMYK 0.220.960.00   0.01
XYZ40.694319.094093.6361
Yxy19.09400.26520.1245
Hunter Lab43.696789.7661-96.4628
CIE-Lab50.797088.9318-75.0242

#c509fc color RGB value is (197,9,252).

#c509fc hex color red value is 197, green value is 9 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c509fc hue: 0.80 , saturation: 0.98 and the lightness value of c509fc is 0.51.

The process color (four color CMYK) of #c509fc color hex is 0.22, 0.96, 0.00, 0.01. Web safe color of #c509fc is #cc00ff. Color #c509fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001001 11111100
Octal 305 11 374
Decimal 197 9 252
Hex C5 9 FC

RGB Percentages of Color #c509fc

%43.01
%1.97
%55.02

CMYK Percentages of Color #c509fc

%22
%96
%0
%1

Triadic Colors of #c509fc

#c509fc #fcc509 #09fcc5

Analogous Colors of #c509fc

#c509fc #fc09ba #4c09fc

Monochromatic Colors of #c509fc

#c509fc

Complementary Color

#c509fc #40fc09

#c509fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c509fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c509fc Color CSS Codes

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

#c509fc Text Font Color

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

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


#c509fc Background Color

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

This div background color is #c509fc


#c509fc Border Color

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

This div border color is #c509fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c509fc

Related Colors


Comments

No comments written yet.

Please login to write comment.