Color Hex Logo

#c845ff Color Hex

#C845FF
(200,69,255)
0 Favorites   0 Comments

Color spaces of #c845ff

RGB 20069255
HSL0.781.000.64
HSV282°73°100°
CMYK 0.220.730.00   0.00
XYZ43.997523.755696.8741
Yxy23.75560.26730.1443
Hunter Lab48.739775.8380-83.7258
CIE-Lab55.842377.1173-68.4930

#c845ff color RGB value is (200,69,255).

#c845ff hex color red value is 200, green value is 69 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c845ff hue: 0.78 , saturation: 1.00 and the lightness value of c845ff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000101 11111111
Octal 310 105 377
Decimal 200 69 255
Hex C8 45 FF

RGB Percentages of Color #c845ff

%38.17
%13.17
%48.66

CMYK Percentages of Color #c845ff

%22
%73
%0
%0

Triadic Colors of #c845ff

#c845ff #ffc845 #45ffc8

Analogous Colors of #c845ff

#c845ff #ff45d9 #6b45ff

Monochromatic Colors of #c845ff

#c845ff

Complementary Color

#c845ff #7cff45

#c845ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c845ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c845ff Color CSS Codes

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

#c845ff Text Font Color

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

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


#c845ff Background Color

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

This div background color is #c845ff


#c845ff Border Color

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

This div border color is #c845ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,69,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c845ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c845ff

Related Colors


Comments

No comments written yet.

Please login to write comment.