Color Hex Logo

#c767fb Color Hex

#C767FB
(199,103,251)
0 Favorites   0 Comments

Color spaces of #c767fb

RGB 199103251
HSL0.770.950.69
HSV279°59°98°
CMYK 0.210.590.00   0.02
XYZ45.816028.807694.4124
Yxy28.80760.27100.1704
Hunter Lab53.672758.4436-66.7225
CIE-Lab60.611461.8175-58.6269

#c767fb color RGB value is (199,103,251).

#c767fb hex color red value is 199, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c767fb hue: 0.77 , saturation: 0.95 and the lightness value of c767fb is 0.69.

The process color (four color CMYK) of #c767fb color hex is 0.21, 0.59, 0.00, 0.02. Web safe color of #c767fb is #cc66ff. Color #c767fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 11111011
Octal 307 147 373
Decimal 199 103 251
Hex C7 67 FB

RGB Percentages of Color #c767fb

%35.99
%18.63
%45.39

CMYK Percentages of Color #c767fb

%21
%59
%0
%2

Triadic Colors of #c767fb

#c767fb #fbc767 #67fbc7

Analogous Colors of #c767fb

#c767fb #fb67e5 #7d67fb

Monochromatic Colors of #c767fb

#c767fb

Complementary Color

#c767fb #9bfb67

#c767fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c767fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c767fb Color CSS Codes

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

#c767fb Text Font Color

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

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


#c767fb Background Color

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

This div background color is #c767fb


#c767fb Border Color

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

This div border color is #c767fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c767fb


Comments

No comments written yet.

Please login to write comment.