Color Hex Logo

#c343de Color Hex

#C343DE
(195,67,222)
0 Favorites   0 Comments

Color spaces of #c343de

RGB 19567222
HSL0.800.700.57
HSV290°70°87°
CMYK 0.120.700.00   0.13
XYZ37.697620.890371.1526
Yxy20.89030.29060.1610
Hunter Lab45.705967.2390-60.3055
CIE-Lab52.829270.6850-54.8852

#c343de color RGB value is (195,67,222).

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

The process color (four color CMYK) of #c343de color hex is 0.12, 0.70, 0.00, 0.13. Web safe color of #c343de is #cc33cc. Color #c343de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000011 11011110
Octal 303 103 336
Decimal 195 67 222
Hex C3 43 DE

RGB Percentages of Color #c343de

%40.29
%13.84
%45.87

CMYK Percentages of Color #c343de

%12
%70
%0
%13

Triadic Colors of #c343de

#c343de #dec343 #43dec3

Analogous Colors of #c343de

#c343de #de43ac #7643de

Monochromatic Colors of #c343de

#c343de

Complementary Color

#c343de #5ede43

#c343de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c343de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c343de Color CSS Codes

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

#c343de Text Font Color

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

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


#c343de Background Color

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

This div background color is #c343de


#c343de Border Color

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

This div border color is #c343de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c343de


Comments

No comments written yet.

Please login to write comment.