Color Hex Logo

#c38ffd Color Hex

#C38FFD
(195,143,253)
0 Favorites   0 Comments

Color spaces of #c38ffd

RGB 195143253
HSL0.750.960.78
HSV268°43°99°
CMYK 0.230.430.00   0.01
XYZ50.057838.338997.6903
Yxy38.33890.26900.2060
Hunter Lab61.918435.9507-50.2005
CIE-Lab68.269740.5515-47.6052

#c38ffd color RGB value is (195,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11111101
Octal 303 217 375
Decimal 195 143 253
Hex C3 8F FD

RGB Percentages of Color #c38ffd

%32.99
%24.20
%42.81

CMYK Percentages of Color #c38ffd

%23
%43
%0
%1

Triadic Colors of #c38ffd

#c38ffd #fdc38f #8ffdc3

Analogous Colors of #c38ffd

#c38ffd #fa8ffd #8f92fd

Monochromatic Colors of #c38ffd

#c38ffd

Complementary Color

#c38ffd #c9fd8f

#c38ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ffd Color CSS Codes

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

#c38ffd Text Font Color

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

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


#c38ffd Background Color

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

This div background color is #c38ffd


#c38ffd Border Color

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

This div border color is #c38ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ffd


Comments

No comments written yet.

Please login to write comment.