Color Hex Logo

#c388fc Color Hex

#C388FC
(195,136,252)
0 Favorites   0 Comments

Color spaces of #c388fc

RGB 195136252
HSL0.750.950.76
HSV271°46°99°
CMYK 0.230.460.00   0.01
XYZ48.880536.238796.5139
Yxy36.23870.26910.1995
Hunter Lab60.198639.5922-52.9182
CIE-Lab66.701944.1184-49.5308

#c388fc color RGB value is (195,136,252).

#c388fc hex color red value is 195, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c388fc hue: 0.75 , saturation: 0.95 and the lightness value of c388fc is 0.76.

The process color (four color CMYK) of #c388fc color hex is 0.23, 0.46, 0.00, 0.01. Web safe color of #c388fc is #cc99ff. Color #c388fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 11111100
Octal 303 210 374
Decimal 195 136 252
Hex C3 88 FC

RGB Percentages of Color #c388fc

%33.45
%23.33
%43.22

CMYK Percentages of Color #c388fc

%23
%46
%0
%1

Triadic Colors of #c388fc

#c388fc #fcc388 #88fcc3

Analogous Colors of #c388fc

#c388fc #fc88fb #8988fc

Monochromatic Colors of #c388fc

#c388fc

Complementary Color

#c388fc #c1fc88

#c388fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c388fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c388fc Color CSS Codes

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

#c388fc Text Font Color

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

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


#c388fc Background Color

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

This div background color is #c388fc


#c388fc Border Color

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

This div border color is #c388fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c388fc


Comments

No comments written yet.

Please login to write comment.