Color Hex Logo

#c726fb Color Hex

#C726FB
(199,38,251)
0 Favorites   0 Comments

Color spaces of #c726fb

RGB 19938251
HSL0.790.960.57
HSV285°85°98°
CMYK 0.210.850.00   0.02
XYZ41.658920.493493.0267
Yxy20.49340.26850.1321
Hunter Lab45.269685.0409-90.1491
CIE-Lab52.390585.0174-71.8633

#c726fb color RGB value is (199,38,251).

#c726fb hex color red value is 199, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c726fb hue: 0.79 , saturation: 0.96 and the lightness value of c726fb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 11111011
Octal 307 46 373
Decimal 199 38 251
Hex C7 26 FB

RGB Percentages of Color #c726fb

%40.78
%7.79
%51.43

CMYK Percentages of Color #c726fb

%21
%85
%0
%2

Triadic Colors of #c726fb

#c726fb #fbc726 #26fbc7

Analogous Colors of #c726fb

#c726fb #fb26c5 #5d26fb

Monochromatic Colors of #c726fb

#c726fb

Complementary Color

#c726fb #5afb26

#c726fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c726fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c726fb Color CSS Codes

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

#c726fb Text Font Color

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

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


#c726fb Background Color

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

This div background color is #c726fb


#c726fb Border Color

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

This div border color is #c726fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c726fb

Related Colors


Comments

No comments written yet.

Please login to write comment.