Color Hex Logo

#c706fb Color Hex

#C706FB
(199,6,251)
0 Favorites   0 Comments

Color spaces of #c706fb

RGB 1996251
HSL0.800.970.50
HSV287°98°98°
CMYK 0.210.980.00   0.02
XYZ41.030919.237492.8174
Yxy19.23740.26800.1257
Hunter Lab43.860590.2287-94.7670
CIE-Lab50.963889.2490-74.1807

#c706fb color RGB value is (199,6,251).

#c706fb hex color red value is 199, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c706fb hue: 0.80 , saturation: 0.97 and the lightness value of c706fb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000110 11111011
Octal 307 6 373
Decimal 199 6 251
Hex C7 6 FB

RGB Percentages of Color #c706fb

%43.64
%1.32
%55.04

CMYK Percentages of Color #c706fb

%21
%98
%0
%2

Triadic Colors of #c706fb

#c706fb #fbc706 #06fbc7

Analogous Colors of #c706fb

#c706fb #fb06b5 #4c06fb

Monochromatic Colors of #c706fb

#c706fb

Complementary Color

#c706fb #3afb06

#c706fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c706fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c706fb Color CSS Codes

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

#c706fb Text Font Color

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

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


#c706fb Background Color

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

This div background color is #c706fb


#c706fb Border Color

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

This div border color is #c706fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c706fb


Comments

No comments written yet.

Please login to write comment.