Color Hex Logo

#c907fc Color Hex

#C907FC
(201,7,252)
0 Favorites   0 Comments

Color spaces of #c907fc

RGB 2017252
HSL0.800.980.51
HSV288°97°99°
CMYK 0.200.970.00   0.01
XYZ41.734119.597793.6786
Yxy19.59770.26920.1264
Hunter Lab44.269390.8065-94.4755
CIE-Lab51.379389.6047-74.0491

#c907fc color RGB value is (201,7,252).

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

The process color (four color CMYK) of #c907fc color hex is 0.20, 0.97, 0.00, 0.01. Web safe color of #c907fc is #cc00ff. Color #c907fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 11111100
Octal 311 7 374
Decimal 201 7 252
Hex C9 7 FC

RGB Percentages of Color #c907fc

%43.70
%1.52
%54.78

CMYK Percentages of Color #c907fc

%20
%97
%0
%1

Triadic Colors of #c907fc

#c907fc #fcc907 #07fcc9

Analogous Colors of #c907fc

#c907fc #fc07b5 #4e07fc

Monochromatic Colors of #c907fc

#c907fc

Complementary Color

#c907fc #3afc07

#c907fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c907fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c907fc Color CSS Codes

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

#c907fc Text Font Color

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

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


#c907fc Background Color

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

This div background color is #c907fc


#c907fc Border Color

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

This div border color is #c907fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c907fc

Related Colors


Comments

No comments written yet.

Please login to write comment.