Color Hex Logo

#c188fd Color Hex

#C188FD
(193,136,253)
0 Favorites   0 Comments

Color spaces of #c188fd

RGB 193136253
HSL0.750.970.76
HSV269°46°99°
CMYK 0.240.460.00   0.01
XYZ48.526136.037697.3269
Yxy36.03760.26680.1981
Hunter Lab60.031339.2350-54.1031
CIE-Lab66.548643.8085-50.3330

#c188fd color RGB value is (193,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 11111101
Octal 301 210 375
Decimal 193 136 253
Hex C1 88 FD

RGB Percentages of Color #c188fd

%33.16
%23.37
%43.47

CMYK Percentages of Color #c188fd

%24
%46
%0
%1

Triadic Colors of #c188fd

#c188fd #fdc188 #88fdc1

Analogous Colors of #c188fd

#c188fd #fc88fd #888afd

Monochromatic Colors of #c188fd

#c188fd

Complementary Color

#c188fd #c4fd88

#c188fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188fd Color CSS Codes

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

#c188fd Text Font Color

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

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


#c188fd Background Color

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

This div background color is #c188fd


#c188fd Border Color

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

This div border color is #c188fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188fd

Related Colors


Comments

No comments written yet.

Please login to write comment.