Color Hex Logo

#c338eb Color Hex

#C338EB
(195,56,235)
0 Favorites   0 Comments

Color spaces of #c338eb

RGB 19556235
HSL0.800.820.57
HSV287°76°92°
CMYK 0.170.760.00   0.08
XYZ38.915220.428680.4893
Yxy20.42860.27830.1461
Hunter Lab45.198074.5909-73.9459
CIE-Lab52.318476.8003-63.0476

#c338eb color RGB value is (195,56,235).

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

The process color (four color CMYK) of #c338eb color hex is 0.17, 0.76, 0.00, 0.08. Web safe color of #c338eb is #cc33ff. Color #c338eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 11101011
Octal 303 70 353
Decimal 195 56 235
Hex C3 38 EB

RGB Percentages of Color #c338eb

%40.12
%11.52
%48.35

CMYK Percentages of Color #c338eb

%17
%76
%0
%8

Triadic Colors of #c338eb

#c338eb #ebc338 #38ebc3

Analogous Colors of #c338eb

#c338eb #eb38ba #6a38eb

Monochromatic Colors of #c338eb

#c338eb

Complementary Color

#c338eb #60eb38

#c338eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338eb Color CSS Codes

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

#c338eb Text Font Color

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

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


#c338eb Background Color

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

This div background color is #c338eb


#c338eb Border Color

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

This div border color is #c338eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338eb


Comments

No comments written yet.

Please login to write comment.