Color Hex Logo

#c243df Color Hex

#C243DF
(194,67,223)
0 Favorites   0 Comments

Color spaces of #c243df

RGB 19467223
HSL0.800.710.57
HSV289°70°87°
CMYK 0.130.700.00   0.13
XYZ37.574620.811471.8486
Yxy20.81140.28850.1598
Hunter Lab45.619567.1877-61.4453
CIE-Lab52.742570.6590-55.5988

#c243df color RGB value is (194,67,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 11011111
Octal 302 103 337
Decimal 194 67 223
Hex C2 43 DF

RGB Percentages of Color #c243df

%40.08
%13.84
%46.07

CMYK Percentages of Color #c243df

%13
%70
%0
%13

Triadic Colors of #c243df

#c243df #dfc243 #43dfc2

Analogous Colors of #c243df

#c243df #df43ae #7443df

Monochromatic Colors of #c243df

#c243df

Complementary Color

#c243df #60df43

#c243df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c243df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c243df Color CSS Codes

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

#c243df Text Font Color

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

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


#c243df Background Color

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

This div background color is #c243df


#c243df Border Color

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

This div border color is #c243df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c243df


Comments

No comments written yet.

Please login to write comment.