Color Hex Logo

#c905ff Color Hex

#C905FF
(201,5,255)
0 Favorites   0 Comments

Color spaces of #c905ff

RGB 2015255
HSL0.801.000.51
HSV287°98°100°
CMYK 0.210.980.00   0.00
XYZ42.191719.746096.1954
Yxy19.74600.26680.1249
Hunter Lab44.436591.7190-97.2446
CIE-Lab51.548890.2579-75.4453

#c905ff color RGB value is (201,5,255).

#c905ff hex color red value is 201, green value is 5 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c905ff hue: 0.80 , saturation: 1.00 and the lightness value of c905ff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 11111111
Octal 311 5 377
Decimal 201 5 255
Hex C9 5 FF

RGB Percentages of Color #c905ff

%43.60
%1.08
%55.31

CMYK Percentages of Color #c905ff

%21
%98
%0
%0

Triadic Colors of #c905ff

#c905ff #ffc905 #05ffc9

Analogous Colors of #c905ff

#c905ff #ff05b8 #4c05ff

Monochromatic Colors of #c905ff

#c905ff

Complementary Color

#c905ff #3bff05

#c905ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c905ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c905ff Color CSS Codes

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

#c905ff Text Font Color

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

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


#c905ff Background Color

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

This div background color is #c905ff


#c905ff Border Color

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

This div border color is #c905ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c905ff

Related Colors


Comments

No comments written yet.

Please login to write comment.