Color Hex Logo

#c821fd Color Hex

#C821FD
(200,33,253)
0 Favorites   0 Comments

Color spaces of #c821fd

RGB 20033253
HSL0.790.980.56
HSV286°87°99°
CMYK 0.210.870.00   0.01
XYZ42.092920.458994.6589
Yxy20.45890.26770.1301
Hunter Lab45.231586.9587-92.4179
CIE-Lab52.352186.4973-73.0330

#c821fd color RGB value is (200,33,253).

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

The process color (four color CMYK) of #c821fd color hex is 0.21, 0.87, 0.00, 0.01. Web safe color of #c821fd is #cc33ff. Color #c821fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 11111101
Octal 310 41 375
Decimal 200 33 253
Hex C8 21 FD

RGB Percentages of Color #c821fd

%41.15
%6.79
%52.06

CMYK Percentages of Color #c821fd

%21
%87
%0
%1

Triadic Colors of #c821fd

#c821fd #fdc821 #21fdc8

Analogous Colors of #c821fd

#c821fd #fd21c4 #5a21fd

Monochromatic Colors of #c821fd

#c821fd

Complementary Color

#c821fd #56fd21

#c821fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821fd Color CSS Codes

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

#c821fd Text Font Color

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

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


#c821fd Background Color

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

This div background color is #c821fd


#c821fd Border Color

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

This div border color is #c821fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821fd

Related Colors


Comments

No comments written yet.

Please login to write comment.