Color Hex Logo

#c388fd Color Hex

#C388FD
(195,136,253)
0 Favorites   0 Comments

Color spaces of #c388fd

RGB 195136253
HSL0.750.970.76
HSV270°46°99°
CMYK 0.230.460.00   0.01
XYZ49.039536.302397.3509
Yxy36.30230.26840.1987
Hunter Lab60.251439.8439-53.6216
CIE-Lab66.750344.3439-50.0012

#c388fd color RGB value is (195,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 11111101
Octal 303 210 375
Decimal 195 136 253
Hex C3 88 FD

RGB Percentages of Color #c388fd

%33.39
%23.29
%43.32

CMYK Percentages of Color #c388fd

%23
%46
%0
%1

Triadic Colors of #c388fd

#c388fd #fdc388 #88fdc3

Analogous Colors of #c388fd

#c388fd #fd88fd #8988fd

Monochromatic Colors of #c388fd

#c388fd

Complementary Color

#c388fd #c2fd88

#c388fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c388fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c388fd Color CSS Codes

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

#c388fd Text Font Color

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

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


#c388fd Background Color

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

This div background color is #c388fd


#c388fd Border Color

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

This div border color is #c388fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c388fd


Comments

No comments written yet.

Please login to write comment.