Color Hex Logo

#c883fd Color Hex

#C883FD
(200,131,253)
0 Favorites   0 Comments

Color spaces of #c883fd

RGB 200131253
HSL0.760.970.75
HSV274°48°99°
CMYK 0.210.480.00   0.01
XYZ49.665335.603897.1831
Yxy35.60380.27220.1951
Hunter Lab59.668944.1535-54.7977
CIE-Lab66.216148.3450-50.8114

#c883fd color RGB value is (200,131,253).

#c883fd hex color red value is 200, green value is 131 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c883fd hue: 0.76 , saturation: 0.97 and the lightness value of c883fd is 0.75.

The process color (four color CMYK) of #c883fd color hex is 0.21, 0.48, 0.00, 0.01. Web safe color of #c883fd is #cc99ff. Color #c883fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11111101
Octal 310 203 375
Decimal 200 131 253
Hex C8 83 FD

RGB Percentages of Color #c883fd

%34.25
%22.43
%43.32

CMYK Percentages of Color #c883fd

%21
%48
%0
%1

Triadic Colors of #c883fd

#c883fd #fdc883 #83fdc8

Analogous Colors of #c883fd

#c883fd #fd83f5 #8b83fd

Monochromatic Colors of #c883fd

#c883fd

Complementary Color

#c883fd #b8fd83

#c883fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883fd Color CSS Codes

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

#c883fd Text Font Color

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

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


#c883fd Background Color

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

This div background color is #c883fd


#c883fd Border Color

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

This div border color is #c883fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883fd


Comments

No comments written yet.

Please login to write comment.