Color Hex Logo

#c338ed Color Hex

#C338ED
(195,56,237)
0 Favorites   0 Comments

Color spaces of #c338ed

RGB 19556237
HSL0.790.830.57
HSV286°76°93°
CMYK 0.180.760.00   0.07
XYZ39.205920.544982.0199
Yxy20.54490.27650.1449
Hunter Lab45.326575.0752-75.5588
CIE-Lab52.447877.1648-63.9635

#c338ed color RGB value is (195,56,237).

#c338ed hex color red value is 195, green value is 56 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c338ed hue: 0.79 , saturation: 0.83 and the lightness value of c338ed is 0.57.

The process color (four color CMYK) of #c338ed color hex is 0.18, 0.76, 0.00, 0.07. Web safe color of #c338ed is #cc33ff. Color #c338ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 11101101
Octal 303 70 355
Decimal 195 56 237
Hex C3 38 ED

RGB Percentages of Color #c338ed

%39.96
%11.48
%48.57

CMYK Percentages of Color #c338ed

%18
%76
%0
%7

Triadic Colors of #c338ed

#c338ed #edc338 #38edc3

Analogous Colors of #c338ed

#c338ed #ed38bd #6938ed

Monochromatic Colors of #c338ed

#c338ed

Complementary Color

#c338ed #62ed38

#c338ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338ed Color CSS Codes

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

#c338ed Text Font Color

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

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


#c338ed Background Color

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

This div background color is #c338ed


#c338ed Border Color

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

This div border color is #c338ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338ed


Comments

No comments written yet.

Please login to write comment.