Color Hex Logo

#c788fa Color Hex

#C788FA
(199,136,250)
0 Favorites   0 Comments

Color spaces of #c788fa

RGB 199136250
HSL0.760.920.76
HSV273°46°98°
CMYK 0.200.460.00   0.02
XYZ49.612736.652694.9023
Yxy36.65260.27380.2023
Hunter Lab60.541440.3305-50.5617
CIE-Lab67.015644.7567-47.9146

#c788fa color RGB value is (199,136,250).

#c788fa hex color red value is 199, green value is 136 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c788fa hue: 0.76 , saturation: 0.92 and the lightness value of c788fa is 0.76.

The process color (four color CMYK) of #c788fa color hex is 0.20, 0.46, 0.00, 0.02. Web safe color of #c788fa is #cc99ff. Color #c788fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001000 11111010
Octal 307 210 372
Decimal 199 136 250
Hex C7 88 FA

RGB Percentages of Color #c788fa

%34.02
%23.25
%42.74

CMYK Percentages of Color #c788fa

%20
%46
%0
%2

Triadic Colors of #c788fa

#c788fa #fac788 #88fac7

Analogous Colors of #c788fa

#c788fa #fa88f4 #8e88fa

Monochromatic Colors of #c788fa

#c788fa

Complementary Color

#c788fa #bbfa88

#c788fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c788fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c788fa Color CSS Codes

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

#c788fa Text Font Color

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

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


#c788fa Background Color

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

This div background color is #c788fa


#c788fa Border Color

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

This div border color is #c788fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c788fa


Comments

No comments written yet.

Please login to write comment.