Color Hex Logo

#c388ff Color Hex

#C388FF
(195,136,255)
0 Favorites   0 Comments

Color spaces of #c388ff

RGB 195136255
HSL0.751.000.77
HSV270°47°100°
CMYK 0.240.470.00   0.00
XYZ49.359836.430499.0380
Yxy36.43040.26710.1971
Hunter Lab60.357640.3496-55.0359
CIE-Lab66.847544.7960-50.9402

#c388ff color RGB value is (195,136,255).

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

The process color (four color CMYK) of #c388ff color hex is 0.24, 0.47, 0.00, 0.00. Web safe color of #c388ff is #cc99ff. Color #c388ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 11111111
Octal 303 210 377
Decimal 195 136 255
Hex C3 88 FF

RGB Percentages of Color #c388ff

%33.28
%23.21
%43.52

CMYK Percentages of Color #c388ff

%24
%47
%0
%0

Triadic Colors of #c388ff

#c388ff #ffc388 #88ffc3

Analogous Colors of #c388ff

#c388ff #ff88ff #8889ff

Monochromatic Colors of #c388ff

#c388ff

Complementary Color

#c388ff #c4ff88

#c388ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c388ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c388ff Color CSS Codes

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

#c388ff Text Font Color

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

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


#c388ff Background Color

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

This div background color is #c388ff


#c388ff Border Color

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

This div border color is #c388ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c388ff

Related Colors


Comments

No comments written yet.

Please login to write comment.