Color Hex Logo

#c38fca Color Hex

#C38FCA
(195,143,202)
0 Favorites   0 Comments

Color spaces of #c38fca

RGB 195143202
HSL0.810.360.68
HSV293°29°79°
CMYK 0.030.290.00   0.21
XYZ42.988835.511360.4657
Yxy35.51130.30930.2555
Hunter Lab59.591424.4838-18.4460
CIE-Lab66.144829.7310-22.7626

#c38fca color RGB value is (195,143,202).

#c38fca hex color red value is 195, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c38fca hue: 0.81 , saturation: 0.36 and the lightness value of c38fca is 0.68.

The process color (four color CMYK) of #c38fca color hex is 0.03, 0.29, 0.00, 0.21. Web safe color of #c38fca is #cc99cc. Color #c38fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11001010
Octal 303 217 312
Decimal 195 143 202
Hex C3 8F CA

RGB Percentages of Color #c38fca

%36.11
%26.48
%37.41

CMYK Percentages of Color #c38fca

%3
%29
%0
%21

Triadic Colors of #c38fca

#c38fca #cac38f #8fcac3

Analogous Colors of #c38fca

#c38fca #ca8fb4 #a68fca

Monochromatic Colors of #c38fca

#c38fca

Complementary Color

#c38fca #96ca8f

#c38fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fca Color CSS Codes

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

#c38fca Text Font Color

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

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


#c38fca Background Color

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

This div background color is #c38fca


#c38fca Border Color

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

This div border color is #c38fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fca


Comments

No comments written yet.

Please login to write comment.