Color Hex Logo

#c825ff Color Hex

#C825FF
(200,37,255)
0 Favorites   0 Comments

Color spaces of #c825ff

RGB 20037255
HSL0.791.000.57
HSV285°85°100°
CMYK 0.220.850.00   0.00
XYZ42.531020.822596.3853
Yxy20.82250.26630.1304
Hunter Lab45.631786.5155-93.2929
CIE-Lab52.754786.0799-73.4924

#c825ff color RGB value is (200,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100101 11111111
Octal 310 45 377
Decimal 200 37 255
Hex C8 25 FF

RGB Percentages of Color #c825ff

%40.65
%7.52
%51.83

CMYK Percentages of Color #c825ff

%22
%85
%0
%0

Triadic Colors of #c825ff

#c825ff #ffc825 #25ffc8

Analogous Colors of #c825ff

#c825ff #ff25c9 #5b25ff

Monochromatic Colors of #c825ff

#c825ff

Complementary Color

#c825ff #5cff25

#c825ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c825ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c825ff Color CSS Codes

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

#c825ff Text Font Color

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

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


#c825ff Background Color

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

This div background color is #c825ff


#c825ff Border Color

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

This div border color is #c825ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c825ff


Comments

No comments written yet.

Please login to write comment.