Color Hex Logo

#c705fe Color Hex

#C705FE
(199,5,254)
0 Favorites   0 Comments

Color spaces of #c705fe

RGB 1995254
HSL0.800.990.51
HSV287°98°100°
CMYK 0.220.980.00   0.00
XYZ41.496919.406495.3246
Yxy19.40640.26560.1242
Hunter Lab44.052791.0518-97.4594
CIE-Lab51.159389.8314-75.5360

#c705fe color RGB value is (199,5,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 11111110
Octal 307 5 376
Decimal 199 5 254
Hex C7 5 FE

RGB Percentages of Color #c705fe

%43.45
%1.09
%55.46

CMYK Percentages of Color #c705fe

%22
%98
%0
%0

Triadic Colors of #c705fe

#c705fe #fec705 #05fec7

Analogous Colors of #c705fe

#c705fe #fe05b9 #4b05fe

Monochromatic Colors of #c705fe

#c705fe

Complementary Color

#c705fe #3cfe05

#c705fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705fe Color CSS Codes

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

#c705fe Text Font Color

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

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


#c705fe Background Color

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

This div background color is #c705fe


#c705fe Border Color

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

This div border color is #c705fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,5,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705fe


Comments

No comments written yet.

Please login to write comment.