Color Hex Logo

#c80cfd Color Hex

#C80CFD
(200,12,253)
0 Favorites   0 Comments

Color spaces of #c80cfd

RGB 20012253
HSL0.800.980.52
HSV287°95°99°
CMYK 0.210.950.00   0.01
XYZ41.680519.634294.5215
Yxy19.63420.26750.1260
Hunter Lab44.310590.3620-95.4579
CIE-Lab51.421189.2617-74.5458

#c80cfd color RGB value is (200,12,253).

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

The process color (four color CMYK) of #c80cfd color hex is 0.21, 0.95, 0.00, 0.01. Web safe color of #c80cfd is #cc00ff. Color #c80cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 11111101
Octal 310 14 375
Decimal 200 12 253
Hex C8 C FD

RGB Percentages of Color #c80cfd

%43.01
%2.58
%54.41

CMYK Percentages of Color #c80cfd

%21
%95
%0
%1

Triadic Colors of #c80cfd

#c80cfd #fdc80c #0cfdc8

Analogous Colors of #c80cfd

#c80cfd #fd0cba #500cfd

Monochromatic Colors of #c80cfd

#c80cfd

Complementary Color

#c80cfd #41fd0c

#c80cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cfd Color CSS Codes

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

#c80cfd Text Font Color

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

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


#c80cfd Background Color

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

This div background color is #c80cfd


#c80cfd Border Color

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

This div border color is #c80cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.