Color Hex Logo

#c81cfd Color Hex

#C81CFD
(200,28,253)
0 Favorites   0 Comments

Color spaces of #c81cfd

RGB 20028253
HSL0.790.980.55
HSV286°89°99°
CMYK 0.210.890.00   0.01
XYZ41.964320.201794.6161
Yxy20.20170.26770.1289
Hunter Lab44.946388.0012-93.3485
CIE-Lab52.064587.3486-73.5001

#c81cfd color RGB value is (200,28,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011100 11111101
Octal 310 34 375
Decimal 200 28 253
Hex C8 1C FD

RGB Percentages of Color #c81cfd

%41.58
%5.82
%52.60

CMYK Percentages of Color #c81cfd

%21
%89
%0
%1

Triadic Colors of #c81cfd

#c81cfd #fdc81c #1cfdc8

Analogous Colors of #c81cfd

#c81cfd #fd1cc2 #581cfd

Monochromatic Colors of #c81cfd

#c81cfd

Complementary Color

#c81cfd #51fd1c

#c81cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81cfd Color CSS Codes

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

#c81cfd Text Font Color

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

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


#c81cfd Background Color

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

This div background color is #c81cfd


#c81cfd Border Color

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

This div border color is #c81cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.