Color Hex Logo

#c219fd Color Hex

#C219FD
(194,25,253)
0 Favorites   0 Comments

Color spaces of #c219fd

RGB 19425253
HSL0.790.980.55
HSV284°90°99°
CMYK 0.230.900.00   0.01
XYZ40.325419.256494.5200
Yxy19.25640.26170.1250
Hunter Lab43.882187.2386-96.9904
CIE-Lab50.985886.9756-75.2952

#c219fd color RGB value is (194,25,253).

#c219fd hex color red value is 194, green value is 25 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c219fd hue: 0.79 , saturation: 0.98 and the lightness value of c219fd is 0.55.

The process color (four color CMYK) of #c219fd color hex is 0.23, 0.90, 0.00, 0.01. Web safe color of #c219fd is #cc00ff. Color #c219fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011001 11111101
Octal 302 31 375
Decimal 194 25 253
Hex C2 19 FD

RGB Percentages of Color #c219fd

%41.10
%5.30
%53.60

CMYK Percentages of Color #c219fd

%23
%90
%0
%1

Triadic Colors of #c219fd

#c219fd #fdc219 #19fdc2

Analogous Colors of #c219fd

#c219fd #fd19c6 #5019fd

Monochromatic Colors of #c219fd

#c219fd

Complementary Color

#c219fd #54fd19

#c219fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c219fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c219fd Color CSS Codes

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

#c219fd Text Font Color

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

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


#c219fd Background Color

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

This div background color is #c219fd


#c219fd Border Color

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

This div border color is #c219fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c219fd


Comments

No comments written yet.

Please login to write comment.