Color Hex Logo

#c20fca Color Hex

#C20FCA
(194,15,202)
0 Favorites   0 Comments

Color spaces of #c20fca

RGB 19415202
HSL0.830.860.43
HSV297°93°79°
CMYK 0.040.930.00   0.21
XYZ33.079616.075257.2365
Yxy16.07520.31090.1511
Hunter Lab40.093977.1077-56.5744
CIE-Lab47.073079.8376-52.6649

#c20fca color RGB value is (194,15,202).

#c20fca hex color red value is 194, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c20fca hue: 0.83 , saturation: 0.86 and the lightness value of c20fca is 0.43.

The process color (four color CMYK) of #c20fca color hex is 0.04, 0.93, 0.00, 0.21. Web safe color of #c20fca is #cc00cc. Color #c20fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001111 11001010
Octal 302 17 312
Decimal 194 15 202
Hex C2 F CA

RGB Percentages of Color #c20fca

%47.20
%3.65
%49.15

CMYK Percentages of Color #c20fca

%4
%93
%0
%21

Triadic Colors of #c20fca

#c20fca #cac20f #0fcac2

Analogous Colors of #c20fca

#c20fca #ca0f75 #650fca

Monochromatic Colors of #c20fca

#c20fca

Complementary Color

#c20fca #17ca0f

#c20fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20fca Color CSS Codes

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

#c20fca Text Font Color

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

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


#c20fca Background Color

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

This div background color is #c20fca


#c20fca Border Color

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

This div border color is #c20fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20fca


Comments

No comments written yet.

Please login to write comment.