Color Hex Logo

#c383ee Color Hex

#C383EE
(195,131,238)
0 Favorites   0 Comments

Color spaces of #c383ee

RGB 195131238
HSL0.770.760.72
HSV276°45°93°
CMYK 0.180.450.00   0.07
XYZ46.054634.007785.0257
Yxy34.00770.27900.2060
Hunter Lab58.316138.9155-45.6243
CIE-Lab64.968743.7157-44.5721

#c383ee color RGB value is (195,131,238).

#c383ee hex color red value is 195, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c383ee hue: 0.77 , saturation: 0.76 and the lightness value of c383ee is 0.72.

The process color (four color CMYK) of #c383ee color hex is 0.18, 0.45, 0.00, 0.07. Web safe color of #c383ee is #cc99ff. Color #c383ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 11101110
Octal 303 203 356
Decimal 195 131 238
Hex C3 83 EE

RGB Percentages of Color #c383ee

%34.57
%23.23
%42.20

CMYK Percentages of Color #c383ee

%18
%45
%0
%7

Triadic Colors of #c383ee

#c383ee #eec383 #83eec3

Analogous Colors of #c383ee

#c383ee #ee83e4 #8e83ee

Monochromatic Colors of #c383ee

#c383ee

Complementary Color

#c383ee #aeee83

#c383ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c383ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c383ee Color CSS Codes

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

#c383ee Text Font Color

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

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


#c383ee Background Color

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

This div background color is #c383ee


#c383ee Border Color

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

This div border color is #c383ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c383ee


Comments

No comments written yet.

Please login to write comment.