Color Hex Logo

#c845fd Color Hex

#C845FD
(200,69,253)
0 Favorites   0 Comments

Color spaces of #c845fd

RGB 20069253
HSL0.790.980.63
HSV283°73°99°
CMYK 0.210.730.00   0.01
XYZ43.677223.627595.1870
Yxy23.62750.26880.1454
Hunter Lab48.608175.3283-82.0791
CIE-Lab55.712976.7341-67.5929

#c845fd color RGB value is (200,69,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000101 11111101
Octal 310 105 375
Decimal 200 69 253
Hex C8 45 FD

RGB Percentages of Color #c845fd

%38.31
%13.22
%48.47

CMYK Percentages of Color #c845fd

%21
%73
%0
%1

Triadic Colors of #c845fd

#c845fd #fdc845 #45fdc8

Analogous Colors of #c845fd

#c845fd #fd45d6 #6c45fd

Monochromatic Colors of #c845fd

#c845fd

Complementary Color

#c845fd #7afd45

#c845fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c845fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c845fd Color CSS Codes

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

#c845fd Text Font Color

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

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


#c845fd Background Color

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

This div background color is #c845fd


#c845fd Border Color

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

This div border color is #c845fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c845fd


Comments

No comments written yet.

Please login to write comment.