Color Hex Logo

#c30fcf Color Hex

#C30FCF
(195,15,207)
0 Favorites   0 Comments

Color spaces of #c30fcf

RGB 19515207
HSL0.820.860.44
HSV296°93°81°
CMYK 0.060.930.00   0.19
XYZ33.939016.448760.4176
Yxy16.44870.30630.1484
Hunter Lab40.557078.3980-59.9342
CIE-Lab47.557880.7679-54.7657

#c30fcf color RGB value is (195,15,207).

#c30fcf hex color red value is 195, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c30fcf hue: 0.82 , saturation: 0.86 and the lightness value of c30fcf is 0.44.

The process color (four color CMYK) of #c30fcf color hex is 0.06, 0.93, 0.00, 0.19. Web safe color of #c30fcf is #cc00cc. Color #c30fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001111 11001111
Octal 303 17 317
Decimal 195 15 207
Hex C3 F CF

RGB Percentages of Color #c30fcf

%46.76
%3.60
%49.64

CMYK Percentages of Color #c30fcf

%6
%93
%0
%19

Triadic Colors of #c30fcf

#c30fcf #cfc30f #0fcfc3

Analogous Colors of #c30fcf

#c30fcf #cf0f7b #630fcf

Monochromatic Colors of #c30fcf

#c30fcf

Complementary Color

#c30fcf #1bcf0f

#c30fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30fcf Color CSS Codes

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

#c30fcf Text Font Color

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

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


#c30fcf Background Color

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

This div background color is #c30fcf


#c30fcf Border Color

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

This div border color is #c30fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,15,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c30fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c30fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #c30fcf;
  box-shadow:         1px 1px 3px 2px #c30fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,15,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30fcf


Comments

No comments written yet.

Please login to write comment.