Color Hex Logo

#c62fcf Color Hex

#C62FCF
(198,47,207)
0 Favorites   0 Comments

Color spaces of #c62fcf

RGB 19847207
HSL0.820.630.50
HSV297°77°81°
CMYK 0.040.770.00   0.19
XYZ35.567718.543860.7362
Yxy18.54380.30970.1615
Hunter Lab43.062572.0736-53.4800
CIE-Lab50.149175.1839-50.5861

#c62fcf color RGB value is (198,47,207).

#c62fcf hex color red value is 198, green value is 47 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c62fcf hue: 0.82 , saturation: 0.63 and the lightness value of c62fcf is 0.50.

The process color (four color CMYK) of #c62fcf color hex is 0.04, 0.77, 0.00, 0.19. Web safe color of #c62fcf is #cc33cc. Color #c62fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101111 11001111
Octal 306 57 317
Decimal 198 47 207
Hex C6 2F CF

RGB Percentages of Color #c62fcf

%43.81
%10.40
%45.80

CMYK Percentages of Color #c62fcf

%4
%77
%0
%19

Triadic Colors of #c62fcf

#c62fcf #cfc62f #2fcfc6

Analogous Colors of #c62fcf

#c62fcf #cf2f88 #762fcf

Monochromatic Colors of #c62fcf

#c62fcf

Complementary Color

#c62fcf #38cf2f

#c62fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62fcf Color CSS Codes

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

#c62fcf Text Font Color

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

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


#c62fcf Background Color

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

This div background color is #c62fcf


#c62fcf Border Color

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

This div border color is #c62fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62fcf


Comments

No comments written yet.

Please login to write comment.