Color Hex Logo

#c845ef Color Hex

#C845EF
(200,69,239)
0 Favorites   0 Comments

Color spaces of #c845ef

RGB 20069239
HSL0.800.840.60
HSV286°71°94°
CMYK 0.160.710.00   0.06
XYZ41.527522.767683.8672
Yxy22.76760.28030.1537
Hunter Lab47.715471.8495-70.8106
CIE-Lab54.832174.0935-61.2086

#c845ef color RGB value is (200,69,239).

#c845ef hex color red value is 200, green value is 69 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c845ef hue: 0.80 , saturation: 0.84 and the lightness value of c845ef is 0.60.

The process color (four color CMYK) of #c845ef color hex is 0.16, 0.71, 0.00, 0.06. Web safe color of #c845ef is #cc33ff. Color #c845ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000101 11101111
Octal 310 105 357
Decimal 200 69 239
Hex C8 45 EF

RGB Percentages of Color #c845ef

%39.37
%13.58
%47.05

CMYK Percentages of Color #c845ef

%16
%71
%0
%6

Triadic Colors of #c845ef

#c845ef #efc845 #45efc8

Analogous Colors of #c845ef

#c845ef #ef45c1 #7345ef

Monochromatic Colors of #c845ef

#c845ef

Complementary Color

#c845ef #6cef45

#c845ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c845ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c845ef Color CSS Codes

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

#c845ef Text Font Color

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

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


#c845ef Background Color

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

This div background color is #c845ef


#c845ef Border Color

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

This div border color is #c845ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,69,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c845ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c845ef;
  -webkit-box-shadow: 1px 1px 3px 2px #c845ef;
  box-shadow:         1px 1px 3px 2px #c845ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,69,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c845ef


Comments

No comments written yet.

Please login to write comment.